From 5ce92d7f63e31d05896d791caa7b55d0e8d6b5fb Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 27 Oct 2002 21:58:18 +0000 Subject: [PATCH] Fixed typo in docstring. --- lisp/emacs-lisp/bindat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index fcbe6882e92..46040da8d92 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el @@ -575,7 +575,7 @@ e.g. corresponding to STRUCT.FIELD1[INDEX2].FIELD3..." )))))) (defun bindat-pack (spec struct &optional raw-data pos) - "Return binary data packed accoring to SPEC for structured data STRUCT. + "Return binary data packed according to SPEC for structured data STRUCT. Optional third arg RAW-DATA is a pre-allocated string or vector to unpack into. Optional fourth arg POS is the starting offset into RAW-DATA. Note: The result is a multibyte string; use `string-make-unibyte' on it -- 2.30.2